runtime.pollDesc.wrun (field)
7 uses
runtime (current package)
netpoll.go#L106: wrun bool // whether wt is running
netpoll.go#L417: if !pd.wrun {
netpoll.go#L420: pd.wrun = true
netpoll.go#L428: pd.wrun = false
netpoll.go#L469: if pd.wrun {
netpoll.go#L471: pd.wrun = false
netpoll.go#L647: if pd.wd <= 0 || !pd.wrun && !read {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |